home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 5 / LSSP_5.ISO / mac / LSSP / ORIENTSP.DIR / ORIENTSP.DIR / 00009_Preferences (Unpressed).ls < prev    next >
Encoding:
Text File  |  1998-10-30  |  303 b   |  13 lines

  1. on mouseDown
  2.   global SoundLevelSprite, curPage
  3.   if not ButPressedOrient(the clickOn, EMPTY, EMPTY) then
  4.     return 
  5.   end if
  6.   set the visible of sprite SoundLevelSprite to 0
  7.   if the frame <> label("Grammar1") then
  8.     set curPage to the frame
  9.   end if
  10.   go(marker("Preferences"))
  11.   enterPrefs()
  12. end
  13.